home *** CD-ROM | disk | FTP | other *** search
/ Word Play Farm / Word Play Farm.iso / pc / movies / rwrdfinl.dxr / 00142.ls < prev    next >
Encoding:
Text File  |  1996-07-26  |  110 b   |  9 lines

  1. on exitFrame
  2.   global playOn
  3.   if playOn = 0 then
  4.     go(the frame)
  5.   else
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.